<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
    <channel>
        <itunes:owner>
            <itunes:name>Chapman Bright</itunes:name>
            <itunes:email>info@chapmanbright.com</itunes:email>
        </itunes:owner>
        <title>Chapman Bright</title>
        <link>https://video.chapmanbright.com</link>
        <description></description>
        <language>en-us</language>
        <generator>Visualplatform</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <itunes:author>Chapman Bright</itunes:author>
        <itunes:type>episodic</itunes:type>
        <itunes:explicit>no</itunes:explicit>
        <itunes:image href="https://video.chapmanbright.com/files/rv0.0/sitelogo.gif"/>
        <image>
            <url>https://video.chapmanbright.com/files/rv0.0/sitelogo.gif</url>
            <title>Chapman Bright</title>
            <link>https://video.chapmanbright.com</link>
        </image>
        <atom:link rel="self" href="https://video.chapmanbright.com/podcast/tag/Diederik Martens"/>
        <atom:link rel="next" href="https://video.chapmanbright.com/podcast/tag/Diederik Martens?tag=Diederik+Martens&amp;p=2&amp;podcast%5fp=t&amp;https="/>
        <item>
            <enclosure url="http://video.chapmanbright.com/49543326/50333817/ff06f58dd0c5c77391ce2fc6859c1e27/video_medium/why-agile-scrum-is-great-to-video.mp4?source=podcast" type="video/mp4" length="6904957"/>
            <title>Why Agile SCRUM is great to implement marketing automation - #MarTechFriday...</title>
            <link>http://video.chapmanbright.com/why-agile-scrum-is-great-to</link>
            <description>&lt;p&gt;Why Agile SCRUM is great to implement marketing automation? It will make sure you work on the right ideas that create value.&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/why-agile-scrum-is-great-to"&gt;&lt;img src="http://video.chapmanbright.com/49543326/50333817/ff06f58dd0c5c77391ce2fc6859c1e27/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</description>
            <guid>http://video.chapmanbright.com/photo/50333817</guid>
            <pubDate>Fri, 31 Aug 2018 00:00:00 GMT</pubDate>
            <media:title>Why Agile SCRUM is great to implement marketing automation - #MarTechFriday...</media:title>
            <itunes:summary>Why Agile SCRUM is great to implement marketing automation? It will make sure you work on the right ideas that create value.</itunes:summary>
            <itunes:subtitle>Why Agile SCRUM is great to implement marketing automation? It will make sure you work on the right ideas that create value.</itunes:subtitle>
            <itunes:author>Chapman Bright</itunes:author>
            <itunes:duration>01:58</itunes:duration>
            <media:description type="html">&lt;p&gt;Why Agile SCRUM is great to implement marketing automation? It will make sure you work on the right ideas that create value.&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/why-agile-scrum-is-great-to"&gt;&lt;img src="http://video.chapmanbright.com/49543326/50333817/ff06f58dd0c5c77391ce2fc6859c1e27/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</media:description>
            <media:content url="https://video.chapmanbright.com/v.ihtml/player.html?token=ff06f58dd0c5c77391ce2fc6859c1e27&amp;source=podcast&amp;photo%5fid=50333817" width="625" height="352" type="text/html" medium="video" duration="118" isDefault="true" expression="full"/>
            <media:thumbnail url="http://video.chapmanbright.com/49543326/50333817/ff06f58dd0c5c77391ce2fc6859c1e27/standard/download-4-thumbnail.jpg" width="600" height="338"/>
            <itunes:image href="http://video.chapmanbright.com/49543326/50333817/ff06f58dd0c5c77391ce2fc6859c1e27/standard/download-4-thumbnail.jpg/thumbnail.jpg"/>
            <category>Agile</category>
            <category>Diederik Martens</category>
            <category>Implementation</category>
            <category>Marketing Automation</category>
            <category>#MarTechFriday</category>
            <category>SCRUM</category>
            <category>SMOps</category>
        </item>
        <item>
            <enclosure url="http://video.chapmanbright.com/49543329/50333815/073dfbc7583463f4acc99cb8207f5266/video_medium/whitespaces-and-email-salutation-video.mp4?source=podcast" type="video/mp4" length="10933465"/>
            <title>Whitespaces and Email Salutation Tokens Scripts - #MarTechFriday 2018-33</title>
            <link>http://video.chapmanbright.com/whitespaces-and-email-salutation</link>
            <description>&lt;p&gt;Different combinations of not having a stored value for MiddleName and/or Salutation can lead to unwanted extra whitespaces in your email opening. You can address this with formula field tokens or velocity email scripting.&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This video has some @Marketo related topics, but could also apply to other marketing automation platforms.&lt;/p&gt;
&lt;p&gt;[[German example]]&lt;br&gt;
#if ( ${lead.LastName} ne "" &amp;amp;&amp;amp; ${lead.Salutation} eq "Herr" )&lt;br&gt;
Sehr geehrter ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.LastName} ne "" &amp;amp;&amp;amp; ${lead.Salutation} eq "Frau" )&lt;br&gt;
Sehr geehrte ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#else&lt;br&gt;
Sehr geehrte Damen und Herren,&lt;br&gt;
#end&lt;/p&gt;
&lt;p&gt;[[English Example]]&lt;br&gt;
#if ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear ${lead.Salutation} ${lead.MiddleName} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear Sir or Madam ${lead.MiddleName} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear Sir or Madam ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#elseif ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear ${lead.Salutation},&lt;br&gt;
#else&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#end&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/whitespaces-and-email-salutation"&gt;&lt;img src="http://video.chapmanbright.com/49543329/50333815/073dfbc7583463f4acc99cb8207f5266/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</description>
            <guid>http://video.chapmanbright.com/photo/50333815</guid>
            <pubDate>Fri, 10 Aug 2018 00:00:00 GMT</pubDate>
            <media:title>Whitespaces and Email Salutation Tokens Scripts - #MarTechFriday 2018-33</media:title>
            <itunes:summary>Different combinations of not having a stored value for MiddleName and/or Salutation can lead to unwanted extra whitespaces in your email opening. You can address this with formula field tokens or velocity email scripting.
This video has some @Marketo related topics, but could also apply to other marketing automation platforms.
[[German example]]
#if ( ${lead.LastName} ne ""  ${lead.Salutation} eq "Herr" )
Sehr geehrter ${lead.Salutation} ${lead.LastName},
#elseif ( ${lead.LastName} ne ""  ${lead.Salutation} eq "Frau" )
Sehr geehrte ${lead.Salutation} ${lead.LastName},
#else
Sehr geehrte Damen und Herren,
#end
[[English Example]]
#if ( ${lead.Salutation} ne ""  ${lead.MiddleName} ne ""  ${lead.LastName} ne "" )
Dear ${lead.Salutation} ${lead.MiddleName} ${lead.LastName},
#elseif ( ${lead.Salutation} eq ""  ${lead.MiddleName} ne ""  ${lead.LastName} ne "" )
Dear Sir or Madam ${lead.MiddleName} ${lead.LastName},
#elseif ( ${lead.Salutation} ne ""  ${lead.MiddleName} eq ""  ${lead.LastName} ne "" )
Dear ${lead.Salutation} ${lead.LastName},
#elseif ( ${lead.Salutation} eq ""  ${lead.MiddleName} eq ""  ${lead.LastName} ne "" )
Dear Sir or Madam ${lead.LastName},
#elseif ( ${lead.Salutation} eq ""  ${lead.MiddleName} eq ""  ${lead.LastName} eq "" )
Dear Sir or Madam,
#elseif ( ${lead.Salutation} eq ""  ${lead.MiddleName} ne ""  ${lead.LastName} eq "" )
Dear Sir or Madam,
#elseif ( ${lead.Salutation} ne ""  ${lead.MiddleName} eq ""  ${lead.LastName} eq "" )
Dear ${lead.Salutation},
#else
Dear Sir or Madam,
#end</itunes:summary>
            <itunes:subtitle>Different combinations of not having a stored value for MiddleName and/or Salutation can lead to unwanted extra whitespaces in your email opening. You can address this with formula field tokens or velocity email scripting.
This video has some...</itunes:subtitle>
            <itunes:author>Chapman Bright</itunes:author>
            <itunes:duration>03:11</itunes:duration>
            <media:description type="html">&lt;p&gt;Different combinations of not having a stored value for MiddleName and/or Salutation can lead to unwanted extra whitespaces in your email opening. You can address this with formula field tokens or velocity email scripting.&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This video has some @Marketo related topics, but could also apply to other marketing automation platforms.&lt;/p&gt;
&lt;p&gt;[[German example]]&lt;br&gt;
#if ( ${lead.LastName} ne "" &amp;amp;&amp;amp; ${lead.Salutation} eq "Herr" )&lt;br&gt;
Sehr geehrter ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.LastName} ne "" &amp;amp;&amp;amp; ${lead.Salutation} eq "Frau" )&lt;br&gt;
Sehr geehrte ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#else&lt;br&gt;
Sehr geehrte Damen und Herren,&lt;br&gt;
#end&lt;/p&gt;
&lt;p&gt;[[English Example]]&lt;br&gt;
#if ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear ${lead.Salutation} ${lead.MiddleName} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear Sir or Madam ${lead.MiddleName} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear ${lead.Salutation} ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} ne "" )&lt;br&gt;
Dear Sir or Madam ${lead.LastName},&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#elseif ( ${lead.Salutation} eq "" &amp;amp;&amp;amp; ${lead.MiddleName} ne "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#elseif ( ${lead.Salutation} ne "" &amp;amp;&amp;amp; ${lead.MiddleName} eq "" &amp;amp;&amp;amp; ${lead.LastName} eq "" )&lt;br&gt;
Dear ${lead.Salutation},&lt;br&gt;
#else&lt;br&gt;
Dear Sir or Madam,&lt;br&gt;
#end&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/whitespaces-and-email-salutation"&gt;&lt;img src="http://video.chapmanbright.com/49543329/50333815/073dfbc7583463f4acc99cb8207f5266/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</media:description>
            <media:content url="https://video.chapmanbright.com/v.ihtml/player.html?token=073dfbc7583463f4acc99cb8207f5266&amp;source=podcast&amp;photo%5fid=50333815" width="625" height="352" type="text/html" medium="video" duration="191" isDefault="true" expression="full"/>
            <media:thumbnail url="http://video.chapmanbright.com/49543329/50333815/073dfbc7583463f4acc99cb8207f5266/standard/download-4-thumbnail.jpg" width="600" height="338"/>
            <itunes:image href="http://video.chapmanbright.com/49543329/50333815/073dfbc7583463f4acc99cb8207f5266/standard/download-4-thumbnail.jpg/thumbnail.jpg"/>
            <category>Diederik Martens</category>
            <category>Email Tokens</category>
            <category>Marketo</category>
            <category>Salutation</category>
            <category>SMOps</category>
            <category>Velocity Email Script</category>
        </item>
        <item>
            <enclosure url="http://video.chapmanbright.com/49543314/50333816/8be61b8bd4e8acb61c3da18ac34db9ac/video_medium/scoring-buying-journey-stages-video.mp4?source=podcast" type="video/mp4" length="7845183"/>
            <title>Scoring buying journey stages - #MarTechFriday 2018-32</title>
            <link>http://video.chapmanbright.com/scoring-buying-journey-stages</link>
            <description>&lt;p&gt;Theory is nice, but how do you automatically detect a new lead's buyer journey stage in your marketing Automation platform? Diederik, founder and pricipal consultant at SMOps, explains the steps you can take to automatically detect a new lead's buying journey stage in this short 2 minute explainer video.&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/scoring-buying-journey-stages"&gt;&lt;img src="http://video.chapmanbright.com/49543314/50333816/8be61b8bd4e8acb61c3da18ac34db9ac/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</description>
            <guid>http://video.chapmanbright.com/photo/50333816</guid>
            <pubDate>Mon, 06 Aug 2018 00:00:00 GMT</pubDate>
            <media:title>Scoring buying journey stages - #MarTechFriday 2018-32</media:title>
            <itunes:summary>Theory is nice, but how do you automatically detect a new lead's buyer journey stage in your marketing Automation platform? Diederik, founder and pricipal consultant at SMOps, explains the steps you can take to automatically detect a new lead's buying journey stage in this short 2 minute explainer video.</itunes:summary>
            <itunes:subtitle>Theory is nice, but how do you automatically detect a new lead's buyer journey stage in your marketing Automation platform? Diederik, founder and pricipal consultant at SMOps, explains the steps you can take to automatically detect a new lead's...</itunes:subtitle>
            <itunes:author>Chapman Bright</itunes:author>
            <itunes:duration>01:54</itunes:duration>
            <media:description type="html">&lt;p&gt;Theory is nice, but how do you automatically detect a new lead's buyer journey stage in your marketing Automation platform? Diederik, founder and pricipal consultant at SMOps, explains the steps you can take to automatically detect a new lead's buying journey stage in this short 2 minute explainer video.&lt;/p&gt;&lt;p&gt;&lt;a href="http://video.chapmanbright.com/scoring-buying-journey-stages"&gt;&lt;img src="http://video.chapmanbright.com/49543314/50333816/8be61b8bd4e8acb61c3da18ac34db9ac/standard/download-4-thumbnail.jpg" width="600" height="338"/&gt;&lt;/a&gt;&lt;/p&gt;</media:description>
            <media:content url="https://video.chapmanbright.com/v.ihtml/player.html?token=8be61b8bd4e8acb61c3da18ac34db9ac&amp;source=podcast&amp;photo%5fid=50333816" width="625" height="352" type="text/html" medium="video" duration="114" isDefault="true" expression="full"/>
            <media:thumbnail url="http://video.chapmanbright.com/49543314/50333816/8be61b8bd4e8acb61c3da18ac34db9ac/standard/download-4-thumbnail.jpg" width="600" height="338"/>
            <itunes:image href="http://video.chapmanbright.com/49543314/50333816/8be61b8bd4e8acb61c3da18ac34db9ac/standard/download-4-thumbnail.jpg/thumbnail.jpg"/>
            <category>Buying Journeys</category>
            <category>Diederik Martens</category>
            <category>Marketing Automation</category>
            <category>Marketo</category>
            <category>#MarTechFriday</category>
            <category>SiriusDecisions</category>
            <category>SMOps</category>
        </item>
    </channel>
</rss>
